{$CLEO .cs}

0000:
while true
    wait 10
    if
        not Player.Defined($PLAYER_CHAR)
    then
        continue
    end
      gosub @NONAME_2
    end
return

:Cheat_Skin 
0353: refresh_actor $PLAYER_ACTOR
0512: show_permanent_text_box 'CHEAT1'
018C: play_sound 1 at 0.0 0.0 0.0
wait 700
03E6: remove_text_box
return 

:NONAME_2
wait 0 
if 
0ADC:   test_cheat "NEVERENDING"
then
056D:   actor $PLAYER_ACTOR defined 
0512: show_permanent_text_box 'CHEAT1'  
0352: set_actor $PLAYER_ACTOR skin_to 'AURYN' 
02AB: set_actor $PLAYER_ACTOR immunities BP 1 FP 1 EP 1 CP 1 MP 1 
0222: set_player $PLAYER_CHAR health_to 100 
gosub @Cheat_Skin    
else_jump @NONAME_2 
jump @NONAME_29 

:NONAME_29
wait 0 
02AB: set_actor $PLAYER_ACTOR immunities BP 1 FP 1 EP 1 CP 1 MP 1 
0222: set_player $PLAYER_CHAR health_to 100 
jump @NONAME_29 
end
return
